AT-NFC  2.1 (win)
AT-NFC kernel set
Functions
HAL Trace Management

HAL NFC Trace API declarations. More...

Functions

KER_BOOL nfcOutcomeTrace (KER_CTX_PARAM NFC_OUTCOME *pOutcome, const KER_CHAR *pchRef, const KER_CHAR *pchDescr, KER_CHAR *pchOutcome)
 Trace outcome. More...
 

Detailed Description

HAL NFC Trace API declarations.

This functions should be implemented by terminal application

Function Documentation

◆ nfcOutcomeTrace()

KER_BOOL nfcOutcomeTrace ( KER_CTX_PARAM NFC_OUTCOME pOutcome,
const KER_CHAR pchRef,
const KER_CHAR pchDescr,
KER_CHAR pchOutcome 
)

Trace outcome.

Parameters
[in]pOutcome- pointer to outcome structure
[in]pchRef- outcome reason reference (optional - set KER_NULL if you don't need it)
[in]pchDescr- outcome reason description (optional - set KER_NULL if you don't need it)
[in]pchOutcome- outcome description (optional - set KER_NULL if you don't need it)
Returns
KER_TRUE Success.
Other - invalid param